_GMemVTable

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

calloc
gpointer function(gsize, gsize) calloc;
Undocumented in source.
free
void function(gpointer) free;
Undocumented in source.
malloc
gpointer function(gsize) malloc;
Undocumented in source.
realloc
gpointer function(gpointer, gsize) realloc;
Undocumented in source.
try_malloc
gpointer function(gsize) try_malloc;
Undocumented in source.
try_realloc
gpointer function(gpointer, gsize) try_realloc;
Undocumented in source.

Meta